.contact-container {
    background-color:rgb(255, 255, 255);
    max-width: 800px;
    margin: 0 auto;
    height: 100%;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 50px;

    font-family: helvetica,Arial, sans-serif;
    margin-bottom: -49px;

  }
  
  .getintouch{ 
    font-size: 40px;
    
  }

  .company-info, .contact-form {
    margin-bottom: 40px;
  }
  
  .company-info h2, .contact-form h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .contact-form label {
    display: block;
    margin-bottom: 5px;
  }
  
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form textarea {
    width: 100%;    
    min-width: 250px;
    height: 30px;
    padding: 5px;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(214, 214, 214);
    margin-bottom: 16px;
    background-color: #eeeeee;
    font-family: Helvetica, arial;
  }
  
  .contact-form textarea {
    height: 120px;
  }
  
  .contact-form button {
    background-color: #120368;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .contact-form button:hover {
    background-color: #3500b1;
  }
  body{ margin: 0;}

 p{
    font-weight: 00;
    font-size: 15px;
 }

